利用PHPMailer 來完成PHP的郵件發送
1.首先是下載PHPMailer http://code.google.com/a/apache-extras.org/p/phpmailer/ 2.解壓 從中取出class.phpmai ...
1.首先是下載PHPMailer http://code.google.com/a/apache-extras.org/p/phpmailer/ 2.解壓 從中取出class.phpmai ...
PHP導出Excel 很簡單 在一開頭輸入 下面就可以是Table,html或者PHP echo出來的都行 編碼遇到問題主要在於中文系統的編碼,和頁面的編碼,統一一下就行(這里用頁面 ...